Welcome![Sign In][Sign Up]
Location:
Search - string receive c51

Search list

[SCMkeilc51_planegame

Description: 一个keilc51的例子--飞机小游戏,游戏运行在单片机里,一块51即可,无需任何外扩的 RAM,只要51的串口和计算机连起来就可以玩了。计算机上运行的程序是终端仿真程序,用来接收单片机发出的字符串并显示出由字符组成的画面和发出控制字符。-a keilc51 example-- small aircraft, games run on the microcontroller, a 51 can be without any foreign expansion of RAM, as long as 51 serial link and the computer can play. Computers running program is terminal emulation, to receive MCU and the string of characters shown by the composition of the images and issued characters.
Platform: | Size: 21504 | Author: laf | Hits:

[CSharpZybPDU

Description: GSM模块接收和发送短信时对短信的处理类。 /// <summary> /// 函数功能:提取短信的发送时间 /// 函数名称:GetDataTime(string SMS) /// 参 数:SMS:要进行转换的整个短信内容 /// 返 回 值:发送时间 /// </summary> /// <summary> /// 函数功能:提取短信的内容(PDU) /// 函数名称:GetContent(string SMS) /// 参 数:SMS:要进行转换的整个短信内容 /// 返 回 值:短信内容 /// </summary> /// <summary> /// 函数功能:提取短信的TEXT内容(TEXT) /// 函数名称:GetTextContent(string SMS) /// 参 数:SMS:要进行转换的整个短信内容 /// 返 回 值:短信内容 /// </summary>-GSM module to receive and send message on the message type of treatment.///
Platform: | Size: 1024 | Author: | Hits:

[SCMC51com

Description: C51单片机串口发送接收函数,查询方式接收,单字节发送接收,字符串发送接收两种方式-C51 single-chip serial receiver function to send inquiries receive a single byte to send to receive, send the string to receive two ways
Platform: | Size: 1024 | Author: kalon | Hits:

[SCM51SComDriver

Description: 一套比较完整的51单片机C51串口通信驱动程序,其中包括 (1)串口初始化,晶振为11.0592M,方式1 波特率300-57600; (2)串口输出一个字符(非中断方式); (3)串口输出一个回车换行; (4)串口输出一个字符串(非中断方式); (5)串口接收一个字符(非中断方式); (6)串口接收一个定长字符串(非中断方式,只用于字符需有一个的idata字符串数组); -Relatively complete set of 51 single-chip serial communication C51 drivers, including (1) serial port initialization, crystal for 11.0592M, the way one baud rate 300-57600 (2) serial output of a character (non-disruptive manner) (3) serial output a carriage return line feed (4) serial output a string (non-disruptive manner) (5) The serial port receives a character (non-disruptive manner) (6) serial port to receive a fixed-length string (non-disruptive manner, to be used only for the characters have a string array of idata)
Platform: | Size: 1024 | Author: eacho | Hits:

[SCMuart

Description: C51字符串的接收和发送测试功能,例如发送HEX。95 10 20 25 可在调试窗口显示。-C51 string to receive and send a test function, for example, to send HEX. 95 10 20 25 can be displayed in the debug window.
Platform: | Size: 6144 | Author: 李勇 | Hits:

[SCM43iprj

Description: keil C51非阻塞式串口通信 本程序适用于学习交流,对读入一个字节(不带回车)读入一个字符串带回车,发送字符串函数测试成功。 本程序可以连续收发字符串,而不会发生字符串输出错误的问题。并添加了字符串比对函数(大小写不敏感), 输入So2,自动回复success,比对成功。 所以本程序使用中断,非堵塞方式发送接受,缺点是占用一些内存,缓冲区大小可自由配置。 如果发现BUG请发送邮件到:我的邮箱:bjzll520@foxmail.com 本程序改编自BLOG:http://lovelytime.21ic.org的程序,修正了其几处BUG。 .串口收发例程在网上有但不多,堵塞式收发,占用CPU时间太多,本程序用中断收发,需要时读缓冲区获得数据, 本程序免费使用自由修改!-keil C51 non-blocking serial communication This procedure applies to learning exchanges, read one byte (not back to the car) back to the car read into a string, send the string function test was successful. This program can send and receive continuous string, the string output error does not occur the problem. And add a string comparison function (not case-sensitive), Enter So2, automated response success, than to the success. Therefore, this program uses interrupts, and sending and receiving non-blocking mode, the disadvantage is occupied by some memory, buffer size can be freely configured. If you find BUG please send mail to: my email: bjzll520@foxmail.com This procedure is adapted from BLOG: http://lovelytime.21ic.org program, amended its several BUG. . Serial transceivers are online but not routine, block-style transceiver, taking too much CPU time, send and receive interrupt this program with the need to read the buffer when the data obtained Free to modify t
Platform: | Size: 47104 | Author: shuangfeiyuer | Hits:

[SCMPC-Test3-Review--

Description: STC12系列单片机的C51串口通讯程序,实现与电脑的简单字符串的通讯,PC端用VB程序发送字符串,单片机接收数据,并显示在LCD屏幕上,当有特定字符时,单片机向PC发送LCD屏幕上显示的字符串-STC12 Series MCU C51 serial communications procedures, simple computer communication, PC end of the string to a VB program to send the string microcontroller to receive data, and display on the LCD screen when a particular character, the microcontroller is sent to the PC LCD string displayed on the screen
Platform: | Size: 83968 | Author: 张贻清 | Hits:

[SCMC51-UART-VB

Description: STC12系列单片机的C51串口通讯程序,实现与电脑的简单字符串的通讯,PC端用VB程序发送字符串,单片机接收数据,并显示在LCD屏幕上,当有特定字符时,单片机向PC发送LCD屏幕上显示的字符串-STC12 Series MCU C51 serial communications procedures, simple computer communication, PC end of the string to a VB program to send the string microcontroller to receive data, and display on the LCD screen when a particular character, the microcontroller is sent to the PC LCD string displayed on the screen
Platform: | Size: 43008 | Author: | Hits:

[SCMC51-PC-com

Description: C51单片机如何从PC机串口接收字符串,带通讯协议。-请输入您要翻译的文字内容或网页地址,回车即可翻译 C51单片机如何从PC机串口接收字符串C51单片机如何从PC机串口接收字符串 C51单片机如何从PC机串口接收字符串 C51 MCU how to receive a string the serial port of PC
Platform: | Size: 1024 | Author: 李文俊 | Hits:

CodeBus www.codebus.net